home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 5 / maintd30.zip / ARCE.DOC < prev    next >
Text File  |  1989-03-03  |  12KB  |  422 lines

  1.  
  2.  
  3.   ARCE Command                                          Version 4.0c
  4.   ------------                                          Mar  3, 1989
  5.  
  6.  
  7.   Purpose:  Use ARCE to extract files from an ARC archive file.
  8.  
  9.   Format:
  10.  
  11.         ARCE  [d:][path]filename.ext  [filespecs...] [d:outpath]
  12.                                       [/R]
  13.                                       [/Q]
  14.                                       [/P]
  15.                                       [/T]
  16. |                                     [/5]
  17.                                       [/Gpassword]
  18.  
  19.   Remarks:
  20.  
  21.         The drive and path names are optional.  If omitted, the  current
  22.         drive and path name is used.
  23.  
  24.         The filename must be  supplied.  The extension defaults  to ARC.
  25.         All files matching the supplied filename are processed.  The ARC
  26.         filename may contain the * and ? wildcard characters.
  27.  
  28.         If  no  filespecs  are   supplied,  all  files  are   extracted.
  29.         Otherwise, only those ARC members  which match one of the  up to
  30.         16 filespecs are extracted.
  31.  
  32.         The extracted files  may be placed  on another drive,  and/or in
  33.         another subdirectory by following the optional filespecs with  a
  34.         drive designator and/or path name.
  35.  
  36.         If  the  file  being  extracted  already  exists,  you are asked
  37.         whether or not you want to over-write it.  You may use the |  /R
  38.         option to bypass this prompt.  Use a Y followed by the |  return
  39.         key to over-write the file.
  40.  
  41.         Use the /Q option to suppress alarm sounds, beeps, and bells.
  42.  
  43.         Use  the  /P  option  to  write  the  extracted files to the DOS
  44.         standard output  file.  With  /P, you  may pipe  or redirect the
  45.         output.  An initial line feed  is added to the beginning  of the
  46.         output file.
  47.  
  48.         Use the /T option to test the archive's integrity. No files will
  49.         be extracted.
  50.  
  51.         If the file was encrypted, use the /G option to supply the  same
  52.         password as was used to create the file, e.g. /GSECRET.
  53.  
  54. |       Use the /5 option to stop ARCE from creating the subdirectories
  55. |       for files created with the ARC /Z subdirectory option.
  56.  
  57.  
  58.         ARCE 4.0c, Copyright (c) 1986-89, Wayne Chin and Vernon D. Buerg.
  59.         ALL RIGHTS RESERVED.
  60.  
  61.  
  62.  
  63.   ARCE Command                                          Version 4.0c
  64.   ------------                                          Mar  3, 1989
  65.  
  66.  
  67.  
  68.                         Examples
  69.                         --------
  70.  
  71.         o  Extract all file from TEST.ARC onto the current drive:
  72.  
  73.               ARCE TEST
  74.  
  75.         o  Extract only file with  an extension of .ASM from the archive
  76.            SOURCE.ARC on drive B and in subdirectory SAVE:
  77.  
  78.               ARCE B:\SAVE\SOURCE *.ASM
  79.  
  80.         o  Extract  all  files  from  all  ARC files in the subdirectory
  81.            called TEST on drive C:
  82.  
  83.               ARCE C:\TEST\*
  84.  
  85.         o  Extract  all  files  from  PROGA.ARC  and  place the files in
  86.            subdirectory OLD on drive B:
  87.  
  88.               ARCE PROGA.ARC B:\OLD
  89.  
  90.         o  Extract all files with an extension of .COM and .EXE from the
  91.            archive PROGS.ARC in directory NEW\WORK on drive B, and place
  92.            the  them  in  subdirectory  SAVE\TEST  on  drive  A; replace
  93.            existing file:
  94.  
  95.               ARCE B:\NEW\WORK\PROGS *.COM *.EXE A:\SAVE\TEST /R
  96.  
  97.         o  Extract  the  file  READ.ME  from  the  archive GIZMO.ARC and
  98.            display it on the console instead of writing it to a file:
  99.  
  100.               ARCE GIZMO READ.ME /P
  101.  
  102.         o  Same as above, except  pass the extracted READ.ME file to the
  103.            LIST file viewer:
  104.  
  105.               ARCE GIZMO READ.ME /P | LIST /S
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.   ARCE Command                                          Version 4.0c
  124.   ------------                                          Mar  3, 1989
  125.  
  126.                         Error Messages
  127.                         --------------
  128.  
  129.       'filename - premature EOF reading '
  130.  
  131.         Data  is  missing  from  the  archive  file.   The  program   is
  132.         terminated.
  133.  
  134.  
  135.       'filename - unable to set file datestamp'
  136.  
  137.         The file datestamp is set to the current date and time, and  the
  138.         next archive member is processed.
  139.  
  140.  
  141.       'filename - WARNING: file CRC does not match!'
  142.  
  143.         The extracted member  is left on  the output disk,  and the next
  144.         archive member is processed.   The file is probably  invalid but
  145.         is left on the disk for your examination.
  146.  
  147.  
  148.       'Invalid filespec(s)'
  149.  
  150.         The filespec syntax is incorrect.  The filename part may be from
  151.         1  to  eight  characters,  and  may  include the ? or * wildcard
  152.         characters.  The extension may be none to three characters,  and
  153.         may  include  wildcards.   There  is  a  maximum of 16 filespecs
  154.         allowed.  The program terminates.
  155.  
  156.  
  157.       'filename - file already exists. Overwrite it? (y/N) '
  158.  
  159.         The member being extracted already  exists.  If you are using  a
  160.         data  path  utility,  the  file  may  not  actually  be  in  the
  161.         subdirectory be used for output.   Respond with the letter Y  to
  162.         over-write the existing  file, or respond  with the letter  N to
  163.         skip this member and continue to the next.
  164.  
  165.  
  166.       'Abort: Stack overflow'
  167.  
  168.         The member  being extracted  has invalid  data.  The  program is
  169.         terminated.
  170.  
  171.  
  172.       'filename - invalid decode tree count'
  173.  
  174.         The member  being extracted  has invalid  data.  The  program is
  175.         terminated.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.   ARCE Command                                          Version 4.0c
  184.   ------------                                          Mar  3, 1989
  185.  
  186.                         Error Messages (cont'd)
  187.                         --------------
  188.  
  189.  
  190.       'filename - new archive format 7 not yet supported'
  191.  
  192.         Format 7 is a special file compression method used internally by
  193.         SEA,  the  authors  of  ARC.  Processing continues with the next
  194.         archive member.
  195.  
  196.  
  197.       'Unable to open archive > arcname'
  198.  
  199.         The  specified  ARC   archive  file  was   not  found,  or   was
  200.         inaccessible.  The program terminates.
  201.  
  202.  
  203.       'CREATE failed > filename'
  204.  
  205.         There was insufficient directory  space, or a failure  accessing
  206.         the output disk.  The program terminates.
  207.  
  208.  
  209.         'Invalid archive format!'
  210.  
  211.         The archive file data is invalid.  The program terminates.
  212.  
  213.  
  214.       'Incorrect DOS version'
  215.  
  216.         Version  2.0  or  later  of  PC  DOS  must be used.  The program
  217.         terminates
  218.  
  219.  
  220.       'Not enough memory.'
  221.  
  222.         A minimum  of 112k  bytes of  memory is  required.  The  program
  223.         terminates.
  224.  
  225.  
  226.       'I/O error reading from arcname'
  227.  
  228.         An incorrectable error occurred attempting to read data from the
  229.         archive file.  The program terminates.
  230.  
  231.  
  232.       'I/O error writing or disk full > filename'
  233.  
  234.         There was not  enough disk space  to write the  complete archive
  235.         member.   The  partially  extracted  file  is  scratched and the
  236.         program terminates.
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.   ARCE Command                                          Version 4.0c
  244.   ------------                                          Mar  3, 1989
  245.  
  246.                         Error Messages (cont'd)
  247.                         --------------
  248.  
  249.  
  250.       'No matching file(s) found'
  251.  
  252.         No archive files were  found that matched the  supplied filename
  253.         specifications.  The program terminates.
  254.  
  255.  
  256.  
  257.       'filename - ERROR: invalid file codes'
  258.  
  259.         An error was detected while attempting to decode a crunched
  260.         file. Either some data bytes are invalid, there are extra
  261.         bytes, or there are bytes missing. The archive is invalid.
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.   ARCE Command                                          Version 4.0c
  304.   ------------                                          Mar  3, 1989
  305.  
  306.                         Version history
  307.                         ---------------
  308.  
  309.         1.1 - 1/13/86   -initial release
  310.  
  311.         2.00, 04/08/86  - fine tuning of I/O buffering
  312.  
  313.         2.01-2.05, 4-20 thru 9/9/86
  314.                         - improve unsq, correct disk full message
  315.         2.06, 9/17/86   - release from testing
  316.         2.07, from 9/19 - not released
  317.         2.08, 12/31/86 - added /P, /Q; fixed /R with redirection
  318.         2.09, 1/5/87   - correct closing of output if /P used; require return
  319.                          (enter key) for over-write prompt
  320.                        - add more validity checking of member headers
  321.         2.10, 1/6/87   - correct use out output file specification
  322.         2.11, 1/24/87  - some cosmetics, wrong banner version and date
  323.  
  324.         3.0a, 3/16/87  - added /G for password encryption
  325.                        - added /T for integrity checking only
  326.                        - correct loop in command line parsing
  327.                        - internal optimization
  328.                        - make intergity checking more robust
  329.  
  330.         3.0c, 3/23/87  - improve extracting with file selection
  331.                        - minor fixes and cosmetic changes
  332.  
  333.         3.0d, 3/29/87  - correction to unsqueeze
  334.  
  335.         3.0e, 4/02/87  - correct loop with invalid archives
  336.                        - insure errorlevel non-zero if any errors
  337.                        - correct loop in command line processing
  338.  
  339.         3.0f, 5/31/87  - correct false 'disk full' error message when
  340.                          using /p (piping) option
  341.                        - correct failure to extract all files from a
  342.                          garbled (/g) archive
  343.  
  344.         3.1a, 9/10/87  - cosmetic changes
  345.  
  346.         3.1b, 9/16/87  - unsquashing version released
  347.  
  348.         3.1c, 2/06/88  - lessen memory requirement to 50k
  349.  
  350. |       4.0a, 2/06/89  - add subdirectory support via /Z option
  351.  
  352. |       4.0b, 2/28/89  - change meaning of /Z to /5;
  353. |                        correct name used for /Z output directories
  354.  
  355. |       4.0c, 3/03/89  - correct mkdir error without /5
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.    ARCE Command                                          Version 4.0c
  364.    ------------                                          Mar  3, 1989
  365.  
  366.  
  367.  
  368.                         Notices
  369.                         -------
  370.  
  371.         ARCE (c) Copyright 1986-1989 by Wayne Chin and Vernon D. Buerg
  372.         ALL RIGHTS RESERVED.
  373.  
  374.         ARCE is free, but it is a copyrighted work and may be distributed only
  375.         pursuant to this license.
  376.  
  377.         Permission is hereby granted to reproduce and disseminate ARCE so long
  378.         as:
  379.  
  380.            (1)  No remuneration of any kind is received in exchange; and
  381.  
  382.            (2)  Distribution is without ANY modification to the contents of
  383.                 ARCE.COM and all accompanying documentation and/or support
  384.                 files, including the copyright notice and this license.
  385.  
  386.         No copy of ARCE may be distributed without including a copy of this
  387.         license.
  388.  
  389.         Any other use is prohibited without express, written permission in
  390.         advance.
  391.  
  392.  
  393.  
  394.                 Vernon D. Buerg
  395.                 139 White Oak Circle
  396.                 Petaluma, CA  94952
  397.  
  398.                 CompuServe: 70007,1212
  399.                 Data/BBS:   707-778-8944
  400.                             707-778-8841
  401.  
  402.  
  403.  
  404.         For use by corporations, institutions, or for profit, contact
  405.         System Enhancement Associates for licensing information.
  406.  
  407.                    System Enhancement Associates
  408.                    21 New Street
  409.                    Wayne, NJ 07470
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.